PersonaHomeAddresses Property |
Gets the home addresses.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<PersonaPostalAddressAttributedValue> HomeAddresses { get; }Public ReadOnly Property HomeAddresses As IList(Of PersonaPostalAddressAttributedValue)
Get
Property Value
Type:
IListPersonaPostalAddressAttributedValue
The home addresses.
See Also